gtk-demo: Fix up the Characters demo
authorMatthias Clasen <mclasen@redhat.com>
Mon, 5 Oct 2020 13:56:04 +0000 (09:56 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Mon, 5 Oct 2020 13:56:04 +0000 (09:56 -0400)
commit74d99766e4094f249bd9fc32071d85e6e0624169
tree8eb1e1b0317ccecf85454a45c16b3686560d089e
parent6156c3583d0641e70adeef410fa66297ac0d777b
gtk-demo: Fix up the Characters demo

Move the Unicode names to a separate source file,
and only build the demo if we have harfbuzz (since
we use script names, and those are only available
with harfbuzz).

Also, fix a forgotten type name.
demos/gtk-demo/listview_ucd.c
demos/gtk-demo/meson.build
demos/gtk-demo/unicode-names.c [new file with mode: 0644]
demos/gtk-demo/unicode-names.h [new file with mode: 0644]